Skip to main content

Module: ExploreFeed

Interfaces

Functions

ExploreFeed

ExploreFeed(inProps): JSX.Element

API documentation for the Community-JS Explore Feed Template. Learn about the available props and the CSS API.

This component renders the template for explore feed. Take a look at our demo component here

Import

import {ExploreFeed} from '@selfcommunity/react-templates';

Component Name

The name SCExploreFeedTemplate can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCExploreFeedTemplate-rootStyles applied to the root element.

Parameters

NameType
inPropsExploreFeedProps

Returns

JSX.Element

Defined in

ExploreFeed/ExploreFeed.tsx:134


ExploreFeedSkeleton

ExploreFeedSkeleton(): JSX.Element

API documentation for the Community-JS Explore Feed Skeleton Template. Learn about the available props and the CSS API.

Import

import {ExploreFeedSkeleton} from '@selfcommunity/react-templates';

Component Name

The name SCExploreFeedTemplate-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCExploreFeedTemplate-skeleton-rootStyles applied to the root element.

Returns

JSX.Element

Defined in

ExploreFeed/Skeleton.tsx:35